home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / Goodies / CallBack / README.TXT < prev    next >
Text File  |  1997-06-13  |  550b  |  10 lines

  1. Although no longer needed with Visual Basic version 5 because of AddressOf, 
  2. the callback server in this directory can be used to emulate AddressOf 
  3. in Visual Basic version 4 and in Office 97.  The server is described in 
  4. CallBack.Doc.
  5.  
  6. If you've used this server previously in VB4 and wish to port your 
  7. project to VB5, please overwrite the old VBBrk32.Dll in your system 
  8. directory with the new file.  If you use this in Office 97 for subclassing, 
  9. you should also distribute the VBBrk32.Dll with CBack32.Dll to avoid 
  10. break mode problems.